From: Antoine Musso Date: Sat, 12 Jun 2004 20:37:09 +0000 (+0000) Subject: add the new list admins special page X-Git-Tag: 1.5.0alpha1~2874 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=23172ab1f848b21d4998564c3a6dbffc7e96a8bd;p=lhc%2Fweb%2Fwiklou.git add the new list admins special page --- diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 5b013bffe1..835091e08f 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -9,6 +9,7 @@ $wgSpecialPages = array( "Upload" => new SpecialPage( "Upload" ), "Imagelist" => new SpecialPage( "Imagelist" ), "Listusers" => new SpecialPage( "Listusers" ), + "Listadmins" => new SpecialPage( "Listadmins" ), "Statistics" => new SpecialPage( "Statistics" ), "Randompage" => new SpecialPage( "Randompage" ), "Lonelypages" => new SpecialPage( "Lonelypages" ),